home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 7200 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.uni-c.dk!inet!perjac
  2. From: perjac@inet.uni-c.dk (Per Jacobsen)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Web browsers ?
  5. Date: 6 Mar 1996 19:12:44 GMT
  6. Organization: The Shadows' Parking lot
  7. Message-ID: <4hko3c$flc@news.uni-c.dk>
  8. References: <paul.3zac@serena.iaehv.nl> <4hdbsb$7cn@sinsen.sn.no> <4heagk$m2m@reuter.cse.ogi.edu>
  9. NNTP-Posting-Host: inet.uni-c.dk
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Tony Leneis (leneis@blue.cse.ogi.edu) wrote:
  13. >     I think I know what AMosaic's problem is: when you access the
  14. > page with ALynx, it reports 'Read x of 0 bytes of data' while grabbing
  15. > the page.  I imagine AMosaic's graphic fuel-guage at the bottom of the
  16. > screen ends up dividing by zero...  I think the problem lies with the
  17. > web server.  Perhaps the page is a symbolic link and the server isn't
  18. > reporting the size of the file it points to?
  19.  
  20.  
  21. GetUrl can save the transfer headers out, and i just tried that:
  22.  
  23.   Date: Wed, 06 Mar 1996 19:08:37 GMT
  24.   Server: Apache/1.0.0
  25.   Content-type: text/html
  26.   Content-length: 0
  27.   Last-modified: Wed, 28 Feb 1996 16:24:58 GMT
  28.  
  29.  
  30. Content-length = zero? Well well, i suppose that fits, that's how much 
  31. i've seen of AWEB so far :)
  32.  
  33.  
  34.